home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / bbs / aut7p130 / mf_eng.doc < prev    next >
Text File  |  1992-09-15  |  6KB  |  161 lines

  1.  
  2.                                                                     1
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                           M_FILTER.DOC v1.23 FOR AUTO7P
  10.                                     (c) IK1GKJ
  11.  
  12.  
  13.  
  14.  
  15.  
  16.        UPDATES:
  17.  
  18.             VERSION 1.20        First public version
  19.  
  20.             VERSION 1.21        Since i have  receive many request, i have
  21.        added the  possibility to reject from the capture file some type of
  22.        7plus  code. The  version 1.20  capture also the  private messages,
  23.        and  this is  not a good  idea. This  is fixed, 1.21  always reject
  24.        private 7plus. This version was deliver only in Italy.
  25.  
  26.             VERSION 1.22        Again,  for  many  request, i  have  added
  27.        again  the  possibility  to  capture  the  personal messages;  this
  28.        because many 7plus code  was send to SP SYSOP. Also for the P type,
  29.        there is the possibility to accept or refuse the message.
  30.  
  31.             VERSION 1.23        Because  of a  little  bug  in the  memory
  32.        allocation  routine,  sometime  a  title  of  the message  was  not
  33.        properly  extracted from dirmes.sys.  So, Auto7p,  when inquiry the
  34.        m_filter.fwd  file,  do  not recognize  that the sender  is another
  35.        AUTO7P    server, and  send the  correction  request, if  exist, to
  36.        original BBS instead of AUTO7P. Fixed.
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.        M_Filter v1.23                                               2
  59.  
  60.  
  61.        FEATURES:
  62.  
  63.              The   program M_FILTER  was  written  like   a complement  to
  64.        the  server  AUTO7P,  and  it   represent an   alternative to  disk
  65.        forward file method to capture 7plus code.
  66.  
  67.               If  you  use the  forward  file  to extract  the  7plus code
  68.        from  messages  on  your bbs,  there  is  the problem  that  is not
  69.        possible capture   all the 7+  data without  make  a total forward.
  70.        This  is a waste  time  for FBB and AUTO7P, that   must select, for
  71.        example,  ten 7plus   file between  1 hundred of  unused  messages.
  72.        This time may be used by FBB for its activity.
  73.  
  74.              M_FILTER  solve  this problem: for  every message that arrive
  75.        on your   BBS, it  detect if  the  message  contain 7plus code.  In
  76.        this case,  the    message  is  duplicated  and  written  into  the
  77.        file  M_FILTER.FWD,    in  a  form  compatible  with    the  option
  78.        INQUIRYFILE  of AUTO7P,   and that   contain all   data needed   by
  79.        AUTO7P to  create a correction request if an error is encounterd.
  80.  
  81.                If   you  have not   necessity  of  a   particular m_filter
  82.        program, the  use of this  program speed up  the work of the server
  83.        AUTO7P. If  you  decide to install M_FILTER,  simply  copy the file
  84.        M_FILTER.EXE  into    the  directory  where  reside  the    program
  85.        SERV.EXE of FBB, next add this line in your CRON.SYS file:
  86.  
  87.             X AUTO7P INQUIRYFILE M_FILTER.FWD
  88.  
  89.        Naturally,    if you  have    already installed  AUTO7P    with the
  90.        forward  file  to   disk,  now  you  must  delete   this  block  of
  91.        forward  from FORWARD.SYS,   since  it now   is   not  more needed,
  92.        and  remove the relative INQUIRYFILE command in the CRON.SYS file.
  93.  
  94.        M_FILTER  DO   NOT  DESTROY and  DO  NOT MAKE    ANY CHANGE  in the
  95.        message  sent.   It only   duplicate   that messages   that contain
  96.        valid 7plus code.
  97.  
  98.        YOU   CAN   NOT   USE   ANY   OTHER   M_FILTER   PROGRAM with   the
  99.        option  INQUIRYFILE   of  AUTO7P. If  you  necessity   a particolar
  100.        m_filter for  your  BBS, and you  want  use the option  INQUIRYFILE
  101.        of  AUTO7P,  you  must   use  the  forward   file  method,  like is
  102.        describe in the AUTO7P manual.
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.        M_Filter v1.23                                               3
  115.  
  116.  
  117.        THE SYSTEM FILE M_FILTER.SYS
  118.        ============================
  119.  
  120.             You  must  put this  file in  the  directory where  reside the
  121.        init.srv file.  This file contain a list of destination fields that
  122.        is not captured  by the server. The sintax is simple: every line in
  123.        the  file contains two fields, the first  specify if the message is
  124.        refused  or accepted,  the  second specify  the destination  of the
  125.        message.
  126.  
  127.        This is the correct parameters for the first field:
  128.  
  129.        P    Accetpt the personail mail for
  130.        !P  Refuse the personal mail for
  131.        B   Accept the bulletin for
  132.        !B  Refuse the bulletin for
  133.  
  134.        ATTENCTION  TO THE  SINTAX: space  between '!'  and B  or P  is not
  135.        allowed; "! B" or "! P" is incorrect, and do not work.
  136.  
  137.        For example,  capture only bulletins addressed to IBM, TUTTI, ATARI
  138.        and SYSOP (SB  IBM, SB TUTTI, SB ATARI, SB SYSOP), and the personal
  139.        mail addressed to SYSOP (SP SYSOP):
  140.  
  141.             B IBM
  142.             B ATARI
  143.             B TUTTI
  144.             B SYSOP
  145.             P SYSOP
  146.  
  147.        Another  example, capture all bulletins ,  but not AMIGA and ATARI,
  148.        and capture all personal mail addressed to SYSOP
  149.  
  150.             !B AMIGA
  151.             !B ATARI
  152.             P  SYSOP
  153.  
  154.             If  this file  is not  found, or  if it  is empty,  the server
  155.        assume  that you do  not want any filtering,  and capture any 7plus
  156.        code form messages.
  157.  
  158.  
  159.        Best 73, Mario IK1GKJ@IW1BRX
  160.  
  161.